projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fd6fee
)
Fix I/O capabilities. nmn4 can only read and write routes.
author
oliskoli
<oliskoli>
Tue, 30 May 2006 22:16:22 +0000
(22:16 +0000)
committer
oliskoli
<oliskoli>
Tue, 30 May 2006 22:16:22 +0000
(22:16 +0000)
nmn4.c
patch
|
blob
|
history
diff --git
a/nmn4.c
b/nmn4.c
index 2071e1a06df1cdc8d72d22fd5d3a62a478b06de5..cd5ec473eacb14460c12075a86f3b0ce508a59e1 100644
(file)
--- a/
nmn4.c
+++ b/
nmn4.c
@@
-340,7
+340,7
@@
nmn4_write(void)
ff_vecs_t nmn4_vecs = {
ff_type_file,
- { ff_cap_none, ff_cap_
read || ff_cap_write, ff_cap_none
},
+ { ff_cap_none, ff_cap_
none, ff_cap_read | ff_cap_write
},
nmn4_rd_init,
nmn4_wr_init,
nmn4_rd_deinit,